3.8.12 \(\int \frac {1}{(\sqrt {3}+x) \sqrt [3]{1+x^2}} \, dx\) [712]

Optimal. Leaf size=104 \[ -\frac {\tan ^{-1}\left (\frac {1}{\sqrt {3}}+\frac {2^{2/3} \left (\sqrt {3}-x\right )}{3 \sqrt [3]{1+x^2}}\right )}{2^{2/3} \sqrt {3}}-\frac {\log \left (\sqrt {3}+x\right )}{2\ 2^{2/3}}+\frac {\log \left (\sqrt {3}-x-\sqrt [3]{2} \sqrt {3} \sqrt [3]{1+x^2}\right )}{2\ 2^{2/3}} \]

[Out]

-1/4*ln(x+3^(1/2))*2^(1/3)+1/4*ln(-x+3^(1/2)-2^(1/3)*(x^2+1)^(1/3)*3^(1/2))*2^(1/3)+1/6*arctan(-1/3*3^(1/2)-1/
3*2^(2/3)*(-x+3^(1/2))/(x^2+1)^(1/3))*2^(1/3)*3^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 104, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.053, Rules used = {765} \begin {gather*} -\frac {\text {ArcTan}\left (\frac {2^{2/3} \left (\sqrt {3}-x\right )}{3 \sqrt [3]{x^2+1}}+\frac {1}{\sqrt {3}}\right )}{2^{2/3} \sqrt {3}}+\frac {\log \left (-\sqrt [3]{2} \sqrt {3} \sqrt [3]{x^2+1}-x+\sqrt {3}\right )}{2\ 2^{2/3}}-\frac {\log \left (x+\sqrt {3}\right )}{2\ 2^{2/3}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/((Sqrt[3] + x)*(1 + x^2)^(1/3)),x]

[Out]

-(ArcTan[1/Sqrt[3] + (2^(2/3)*(Sqrt[3] - x))/(3*(1 + x^2)^(1/3))]/(2^(2/3)*Sqrt[3])) - Log[Sqrt[3] + x]/(2*2^(
2/3)) + Log[Sqrt[3] - x - 2^(1/3)*Sqrt[3]*(1 + x^2)^(1/3)]/(2*2^(2/3))

Rule 765

Int[1/(((d_) + (e_.)*(x_))*((a_) + (c_.)*(x_)^2)^(1/3)), x_Symbol] :> With[{q = Rt[6*c^2*(e^2/d^2), 3]}, Simp[
(-Sqrt[3])*c*e*(ArcTan[1/Sqrt[3] + 2*c*((d - e*x)/(Sqrt[3]*d*q*(a + c*x^2)^(1/3)))]/(d^2*q^2)), x] + (-Simp[3*
c*e*(Log[d + e*x]/(2*d^2*q^2)), x] + Simp[3*c*e*(Log[c*d - c*e*x - d*q*(a + c*x^2)^(1/3)]/(2*d^2*q^2)), x])] /
; FreeQ[{a, c, d, e}, x] && EqQ[c*d^2 - 3*a*e^2, 0]

Rubi steps

\begin {align*} \int \frac {1}{\left (\sqrt {3}+x\right ) \sqrt [3]{1+x^2}} \, dx &=-\frac {\tan ^{-1}\left (\frac {1}{\sqrt {3}}+\frac {2^{2/3} \left (\sqrt {3}-x\right )}{3 \sqrt [3]{1+x^2}}\right )}{2^{2/3} \sqrt {3}}-\frac {\log \left (\sqrt {3}+x\right )}{2\ 2^{2/3}}+\frac {\log \left (\sqrt {3}-x-\sqrt [3]{2} \sqrt {3} \sqrt [3]{1+x^2}\right )}{2\ 2^{2/3}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.24, size = 172, normalized size = 1.65 \begin {gather*} \frac {2 \sqrt {3} \tan ^{-1}\left (\frac {2^{2/3} x-\sqrt {3} \left (2^{2/3}+\sqrt [3]{1+x^2}\right )}{3 \sqrt [3]{1+x^2}}\right )+2 \log \left (-3 2^{2/3}+2^{2/3} \sqrt {3} x+6 \sqrt [3]{1+x^2}\right )-\log \left (-\sqrt [3]{2} x^2+\sqrt [3]{2} \sqrt {3} x \left (2+\sqrt [3]{2} \sqrt [3]{1+x^2}\right )-3 \left (\sqrt [3]{2}+2^{2/3} \sqrt [3]{1+x^2}+2 \left (1+x^2\right )^{2/3}\right )\right )}{6\ 2^{2/3}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/((Sqrt[3] + x)*(1 + x^2)^(1/3)),x]

[Out]

(2*Sqrt[3]*ArcTan[(2^(2/3)*x - Sqrt[3]*(2^(2/3) + (1 + x^2)^(1/3)))/(3*(1 + x^2)^(1/3))] + 2*Log[-3*2^(2/3) +
2^(2/3)*Sqrt[3]*x + 6*(1 + x^2)^(1/3)] - Log[-(2^(1/3)*x^2) + 2^(1/3)*Sqrt[3]*x*(2 + 2^(1/3)*(1 + x^2)^(1/3))
- 3*(2^(1/3) + 2^(2/3)*(1 + x^2)^(1/3) + 2*(1 + x^2)^(2/3))])/(6*2^(2/3))

________________________________________________________________________________________

Maple [C] Result contains higher order function than in optimal. Order 9 vs. order 3.
time = 37.22, size = 1624, normalized size = 15.62

method result size
trager \(\text {Expression too large to display}\) \(1624\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(x^2+1)^(1/3)/(x+3^(1/2)),x,method=_RETURNVERBOSE)

[Out]

1/18*3^(1/2)*(6*RootOf(RootOf(_Z^3-6*3^(1/2))^2+6*RootOf(_Z^3-6*3^(1/2))*_Z+36*_Z^2)*ln((6*RootOf(RootOf(_Z^3-
6*3^(1/2))^2+6*RootOf(_Z^3-6*3^(1/2))*_Z+36*_Z^2)^2*RootOf(_Z^3-6*3^(1/2))^2*x^3+72*RootOf(RootOf(_Z^3-6*3^(1/
2))^2+6*RootOf(_Z^3-6*3^(1/2))*_Z+36*_Z^2)*3^(1/2)*RootOf(_Z^3-6*3^(1/2))^2*(x^2+1)^(2/3)*x-4*RootOf(RootOf(_Z
^3-6*3^(1/2))^2+6*RootOf(_Z^3-6*3^(1/2))*_Z+36*_Z^2)*RootOf(_Z^3-6*3^(1/2))^3*x^3-270*RootOf(RootOf(_Z^3-6*3^(
1/2))^2+6*RootOf(_Z^3-6*3^(1/2))*_Z+36*_Z^2)*RootOf(_Z^3-6*3^(1/2))*(x^2+1)^(1/3)*x+45*RootOf(RootOf(_Z^3-6*3^
(1/2))^2+6*RootOf(_Z^3-6*3^(1/2))*_Z+36*_Z^2)*3^(1/2)*RootOf(_Z^3-6*3^(1/2))*(x^2+1)^(1/3)*x^2-72*RootOf(_Z^3-
6*3^(1/2))^2*(x^2+1)^(1/3)*x+12*3^(1/2)*RootOf(_Z^3-6*3^(1/2))^2*(x^2+1)^(1/3)*x^2+54*RootOf(_Z^3-6*3^(1/2))^2
*RootOf(RootOf(_Z^3-6*3^(1/2))^2+6*RootOf(_Z^3-6*3^(1/2))*_Z+36*_Z^2)^2*x-3*RootOf(RootOf(_Z^3-6*3^(1/2))^2+6*
RootOf(_Z^3-6*3^(1/2))*_Z+36*_Z^2)*3^(1/2)*x^3-36*RootOf(_Z^3-6*3^(1/2))^3*RootOf(RootOf(_Z^3-6*3^(1/2))^2+6*R
ootOf(_Z^3-6*3^(1/2))*_Z+36*_Z^2)*x-216*RootOf(RootOf(_Z^3-6*3^(1/2))^2+6*RootOf(_Z^3-6*3^(1/2))*_Z+36*_Z^2)*R
ootOf(_Z^3-6*3^(1/2))^2*(x^2+1)^(2/3)+81*(x^2+1)^(2/3)*x+2*3^(1/2)*RootOf(_Z^3-6*3^(1/2))*x^3+135*RootOf(RootO
f(_Z^3-6*3^(1/2))^2+6*RootOf(_Z^3-6*3^(1/2))*_Z+36*_Z^2)*3^(1/2)*RootOf(_Z^3-6*3^(1/2))*(x^2+1)^(1/3)+36*3^(1/
2)*RootOf(_Z^3-6*3^(1/2))^2*(x^2+1)^(1/3)-27*RootOf(RootOf(_Z^3-6*3^(1/2))^2+6*RootOf(_Z^3-6*3^(1/2))*_Z+36*_Z
^2)*3^(1/2)*x+189*RootOf(RootOf(_Z^3-6*3^(1/2))^2+6*RootOf(_Z^3-6*3^(1/2))*_Z+36*_Z^2)*x^2+18*RootOf(_Z^3-6*3^
(1/2))*3^(1/2)*x-81*3^(1/2)*(x^2+1)^(2/3)-126*RootOf(_Z^3-6*3^(1/2))*x^2+189*RootOf(RootOf(_Z^3-6*3^(1/2))^2+6
*RootOf(_Z^3-6*3^(1/2))*_Z+36*_Z^2)-126*RootOf(_Z^3-6*3^(1/2)))/(3^(1/2)*x+3)^3)+RootOf(_Z^3-6*3^(1/2))*ln((48
*RootOf(RootOf(_Z^3-6*3^(1/2))^2+6*RootOf(_Z^3-6*3^(1/2))*_Z+36*_Z^2)^2*RootOf(_Z^3-6*3^(1/2))^2*x^3-144*RootO
f(RootOf(_Z^3-6*3^(1/2))^2+6*RootOf(_Z^3-6*3^(1/2))*_Z+36*_Z^2)*3^(1/2)*RootOf(_Z^3-6*3^(1/2))^2*(x^2+1)^(2/3)
*x-2*RootOf(RootOf(_Z^3-6*3^(1/2))^2+6*RootOf(_Z^3-6*3^(1/2))*_Z+36*_Z^2)*RootOf(_Z^3-6*3^(1/2))^3*x^3+324*Roo
tOf(RootOf(_Z^3-6*3^(1/2))^2+6*RootOf(_Z^3-6*3^(1/2))*_Z+36*_Z^2)*RootOf(_Z^3-6*3^(1/2))*(x^2+1)^(1/3)*x-54*Ro
otOf(RootOf(_Z^3-6*3^(1/2))^2+6*RootOf(_Z^3-6*3^(1/2))*_Z+36*_Z^2)*3^(1/2)*RootOf(_Z^3-6*3^(1/2))*(x^2+1)^(1/3
)*x^2+144*RootOf(_Z^3-6*3^(1/2))^2*(x^2+1)^(1/3)*x-24*3^(1/2)*RootOf(_Z^3-6*3^(1/2))^2*(x^2+1)^(1/3)*x^2+432*R
ootOf(_Z^3-6*3^(1/2))^2*RootOf(RootOf(_Z^3-6*3^(1/2))^2+6*RootOf(_Z^3-6*3^(1/2))*_Z+36*_Z^2)^2*x+72*RootOf(Roo
tOf(_Z^3-6*3^(1/2))^2+6*RootOf(_Z^3-6*3^(1/2))*_Z+36*_Z^2)*3^(1/2)*x^3-18*RootOf(_Z^3-6*3^(1/2))^3*RootOf(Root
Of(_Z^3-6*3^(1/2))^2+6*RootOf(_Z^3-6*3^(1/2))*_Z+36*_Z^2)*x+432*RootOf(RootOf(_Z^3-6*3^(1/2))^2+6*RootOf(_Z^3-
6*3^(1/2))*_Z+36*_Z^2)*RootOf(_Z^3-6*3^(1/2))^2*(x^2+1)^(2/3)-270*(x^2+1)^(2/3)*x-3*3^(1/2)*RootOf(_Z^3-6*3^(1
/2))*x^3-162*RootOf(RootOf(_Z^3-6*3^(1/2))^2+6*RootOf(_Z^3-6*3^(1/2))*_Z+36*_Z^2)*3^(1/2)*RootOf(_Z^3-6*3^(1/2
))*(x^2+1)^(1/3)-72*3^(1/2)*RootOf(_Z^3-6*3^(1/2))^2*(x^2+1)^(1/3)+648*RootOf(RootOf(_Z^3-6*3^(1/2))^2+6*RootO
f(_Z^3-6*3^(1/2))*_Z+36*_Z^2)*3^(1/2)*x-1512*RootOf(RootOf(_Z^3-6*3^(1/2))^2+6*RootOf(_Z^3-6*3^(1/2))*_Z+36*_Z
^2)*x^2-27*RootOf(_Z^3-6*3^(1/2))*3^(1/2)*x+270*3^(1/2)*(x^2+1)^(2/3)+63*RootOf(_Z^3-6*3^(1/2))*x^2-1512*RootO
f(RootOf(_Z^3-6*3^(1/2))^2+6*RootOf(_Z^3-6*3^(1/2))*_Z+36*_Z^2)+63*RootOf(_Z^3-6*3^(1/2)))/(3^(1/2)*x+3)^3))

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(x^2+1)^(1/3)/(x+3^(1/2)),x, algorithm="maxima")

[Out]

integrate(1/((x^2 + 1)^(1/3)*(x + sqrt(3))), x)

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 282 vs. \(2 (74) = 148\).
time = 9.56, size = 282, normalized size = 2.71 \begin {gather*} -\frac {1}{6} \cdot 4^{\frac {1}{6}} \sqrt {3} \arctan \left (\frac {4^{\frac {1}{6}} \sqrt {3} {\left (6 \cdot 4^{\frac {2}{3}} {\left (x^{4} + 8 \, \sqrt {3} x^{3} - 18 \, x^{2} - 27\right )} {\left (x^{2} + 1\right )}^{\frac {2}{3}} + 4^{\frac {1}{3}} {\left (x^{6} + 99 \, x^{4} + 243 \, x^{2} + 12 \, \sqrt {3} {\left (x^{5} + 10 \, x^{3} + 9 \, x\right )} + 81\right )} + 4 \, {\left (21 \, x^{4} + 54 \, x^{2} + \sqrt {3} {\left (x^{5} - 42 \, x^{3} - 27 \, x\right )} + 81\right )} {\left (x^{2} + 1\right )}^{\frac {1}{3}}\right )}}{6 \, {\left (x^{6} - 225 \, x^{4} - 405 \, x^{2} - 243\right )}}\right ) - \frac {1}{24} \cdot 4^{\frac {2}{3}} \log \left (\frac {3 \cdot 4^{\frac {2}{3}} {\left (x^{2} - 2 \, \sqrt {3} x + 3\right )} {\left (x^{2} + 1\right )}^{\frac {2}{3}} + 4^{\frac {1}{3}} {\left (x^{4} + 18 \, x^{2} - 4 \, \sqrt {3} {\left (x^{3} + 3 \, x\right )} + 9\right )} + 2 \, {\left (9 \, x^{2} - \sqrt {3} {\left (x^{3} + 9 \, x\right )} + 9\right )} {\left (x^{2} + 1\right )}^{\frac {1}{3}}}{x^{4} - 6 \, x^{2} + 9}\right ) + \frac {1}{12} \cdot 4^{\frac {2}{3}} \log \left (\frac {4^{\frac {1}{3}} {\left (x^{2} - 2 \, \sqrt {3} x + 3\right )} + 2 \, {\left (x^{2} + 1\right )}^{\frac {1}{3}} {\left (\sqrt {3} x - 3\right )}}{x^{2} - 3}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(x^2+1)^(1/3)/(x+3^(1/2)),x, algorithm="fricas")

[Out]

-1/6*4^(1/6)*sqrt(3)*arctan(1/6*4^(1/6)*sqrt(3)*(6*4^(2/3)*(x^4 + 8*sqrt(3)*x^3 - 18*x^2 - 27)*(x^2 + 1)^(2/3)
 + 4^(1/3)*(x^6 + 99*x^4 + 243*x^2 + 12*sqrt(3)*(x^5 + 10*x^3 + 9*x) + 81) + 4*(21*x^4 + 54*x^2 + sqrt(3)*(x^5
 - 42*x^3 - 27*x) + 81)*(x^2 + 1)^(1/3))/(x^6 - 225*x^4 - 405*x^2 - 243)) - 1/24*4^(2/3)*log((3*4^(2/3)*(x^2 -
 2*sqrt(3)*x + 3)*(x^2 + 1)^(2/3) + 4^(1/3)*(x^4 + 18*x^2 - 4*sqrt(3)*(x^3 + 3*x) + 9) + 2*(9*x^2 - sqrt(3)*(x
^3 + 9*x) + 9)*(x^2 + 1)^(1/3))/(x^4 - 6*x^2 + 9)) + 1/12*4^(2/3)*log((4^(1/3)*(x^2 - 2*sqrt(3)*x + 3) + 2*(x^
2 + 1)^(1/3)*(sqrt(3)*x - 3))/(x^2 - 3))

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{\left (x + \sqrt {3}\right ) \sqrt [3]{x^{2} + 1}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(x**2+1)**(1/3)/(x+3**(1/2)),x)

[Out]

Integral(1/((x + sqrt(3))*(x**2 + 1)**(1/3)), x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(x^2+1)^(1/3)/(x+3^(1/2)),x, algorithm="giac")

[Out]

integrate(1/((x^2 + 1)^(1/3)*(x + sqrt(3))), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {1}{{\left (x^2+1\right )}^{1/3}\,\left (x+\sqrt {3}\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/((x^2 + 1)^(1/3)*(x + 3^(1/2))),x)

[Out]

int(1/((x^2 + 1)^(1/3)*(x + 3^(1/2))), x)

________________________________________________________________________________________